jas.hist
Interface FunctionData

All Superinterfaces:
DataSource
All Known Implementing Classes:
Basic1DFunction

public interface FunctionData
extends DataSource


Fields inherited from interface jas.hist.DataSource
DATE, DELTATIME, DOUBLE, INTEGER, STRING
 
Method Summary
 java.lang.String[] getParameterNames()
           
 double[] getParameterValues()
           
 void setParameter(int index, double value)
           
 double valueAt(double x)
           
 
Methods inherited from interface jas.hist.DataSource
getTitle
 

Method Detail

valueAt

public double valueAt(double x)
               throws FunctionValueUndefined

getParameterValues

public double[] getParameterValues()

getParameterNames

public java.lang.String[] getParameterNames()

setParameter

public void setParameter(int index,
                         double value)
                  throws InvalidFunctionParameter